home *** CD-ROM | disk | FTP | other *** search
- package sun.font;
-
- import sun.font.LayoutPathImpl.EndType;
-
- // $FF: synthetic class
- class LayoutPathImpl$1 {
- // $FF: synthetic field
- static final int[] $SwitchMap$sun$font$LayoutPathImpl$EndType = new int[EndType.values().length];
-
- static {
- try {
- $SwitchMap$sun$font$LayoutPathImpl$EndType[EndType.PINNED.ordinal()] = 1;
- } catch (NoSuchFieldError var3) {
- }
-
- try {
- $SwitchMap$sun$font$LayoutPathImpl$EndType[EndType.EXTENDED.ordinal()] = 2;
- } catch (NoSuchFieldError var2) {
- }
-
- try {
- $SwitchMap$sun$font$LayoutPathImpl$EndType[EndType.CLOSED.ordinal()] = 3;
- } catch (NoSuchFieldError var1) {
- }
-
- }
- }
-